Papers with multilingual scenario
PAUQ: Text-to-SQL in Russian (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Semantic parsing is an important task that allows to democratize human-computer interaction. |
| Approach: | They construct and complement a Russian text-to-SQL dataset by integrating a spider query with a RAT-SqL and BRIDGE database. |
| Outcome: | The proposed datasets show that they perform well with monolingual training and improved accuracy in multilingual scenarios. |
ID10M: Idiom Identification in 10 Languages (2022.findings-naacl)
Copied to clipboard
| Challenge: | Identifying and understanding idioms in context is a key goal and challenge in Natural Language Understanding tasks. |
| Approach: | They propose a multilingual Transformer-based system for the identification of idioms and a manually-curated evaluation benchmark. |
| Outcome: | The proposed system performs well in 10 languages and is released on github. |
WikiNEuRal: Combined Neural and Knowledge-based Silver Data Creation for Multilingual NER (2021.findings-emnlp)
Copied to clipboard
| Challenge: | Named Entity Recognition (NER) is a key intermediate task in NLP. |
| Approach: | They propose a method which uses knowledge-based approaches and neural models to produce high-quality training corpora for NER. |
| Outcome: | The proposed method improves on standard benchmarks and yields significant improvements up to 6 span-based F1-score points over previous state-of-the-art systems for data creation. |
Robustness of Multi-Source MT to Transcription Errors (2023.findings-acl)
Copied to clipboard
| Challenge: | In multilingual settings, the same content may be available in various languages via simultaneous interpreting, dubbing or subtitling. |
| Approach: | They hypothesize that leveraging multiple sources will improve translation quality if the sources complement one another in terms of correct information they contain. |
| Outcome: | The proposed method is robust to speech recognition errors on a 10-hour ESIC corpus. |
Getting More from Less: Large Language Models are Good Spontaneous Multilingual Learners (2024.emnlp-main)
Copied to clipboard
Shimao Zhang, Changjiang Gao, Wenhao Zhu, Jiajun Chen, Xin Huang, Xue Han, Junlan Feng, Chao Deng, Shujian Huang
| Challenge: | Large Language Models (LLMs) have shown impressive language capabilities, but most of them have very unbalanced performance across different languages. |
| Approach: | They propose to use question translation data to enhance LLMs' multilingual capabilities by using mechanistic interpretability methods. |
| Outcome: | The proposed method improves multilingual alignment even with unannotated answers in English and a wide range of languages even with instruction-tuned LLMs. |
How Universal are Universal Dependencies? Exploiting Syntax for Multilingual Clause-level Sentiment Detection (2020.lrec-1)
Copied to clipboard
| Challenge: | a new method for clause-level sentiment detection is proposed for multilingual use cases. |
| Approach: | They propose a pipeline method that makes the most of syntactic structures based on Universal Dependencies. |
| Outcome: | The proposed method achieves high precision in sentiment detection for 17 languages . it avoids machine-learning approaches that may cause obstacles to its use cases . |
Abstract Text Summarization: A Low Resource Challenge (D19-1)
Copied to clipboard
| Challenge: | Existing datasets for multilingual text summarization are difficult to construct and lack of human knowledge and language processing abilities in computers makes text summaries a challenging task. |
| Approach: | They propose an iterative data augmentation approach which uses synthetic data along with the real summarization data for the German language. |
| Outcome: | The proposed system improves on the development and test sets on the German language text using the state-of-the-art “Transformer” model. |
Zero-Shot Cross-Lingual Document-Level Event Causality Identification with Heterogeneous Graph Contrastive Transfer Learning (2024.lrec-main)
Copied to clipboard
| Challenge: | Existing studies focus on sentence-level ECI with high-resource languages, leaving document-level DECI with low-resourced languages under-explored. |
| Approach: | They propose a Heterogeneous Graph Interaction Model with Multi-granularity Contrastive Transfer Learning for zero-shot cross-lingual ECI. |
| Outcome: | The proposed model outperforms the state-of-the-art model on monolingual and multilingual scenarios by 9.4% and 8.2% of average F1 score. |